CanApplyTo(TTarget) Method (CompoundProcessingCommand<TTarget>)
Determines whether this processing command can be applied to the specified target.
'Declaration
Public Overrides Function CanApplyTo( _
ByVal As TTarget _
) As Boolean
public override bool CanApplyTo(
TTarget
)
public: bool CanApplyTo(
TTarget*
); override
public:
bool CanApplyTo(
TTarget^
); override
Parameters
- target
- The target.
Return Value
True if this processing command can be applied to the specified target; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5